projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
555ffc3
)
* process.c: Link to libs for calling res_init() if available.
author
Chong Yidong
<cyd@stupidchicken.com>
Wed, 17 Oct 2007 15:57:17 +0000
(15:57 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Wed, 17 Oct 2007 15:57:17 +0000
(15:57 +0000)
(Fmake_network_process): Call res_init() before getaddrinfo or
gethostbyname, if possible.
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 2ba3ac06a8602fbb9f91b0d986d39f3cae330572..98bf99789078cd5d0a02a1edc51a6d1a4b6a428f 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,9
@@
+2007-10-17 Chong Yidong <cyd@stupidchicken.com>
+
+ * process.c: Link to libs for calling res_init() if available.
+ (Fmake_network_process): Call res_init() before getaddrinfo or
+ gethostbyname, if possible.
+
2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
* lread.c (read1): Set pvectype for char_tables.